Html Css Color HEX #EFD05D Portica

📋 copy color: '#EFD05D'

red 239 ◦ green 208 ◦ blue 93

#EFD05D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EFD05D

Tints of Portica #EFD05D

RGB

 RED value IS 239 (93.75% from 255) = 44.26%

 GREEN value IS 208 (81.64% from 255) = 38.52%

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 44.26%
G = 38.52%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFD05D (or 0xEFD05D) is known color: Portica. HEX triplet: EF, D0 and 5D. RGB value is (239,208,93). Sum of RGB (Red+Green+Blue) = 239+208+93=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD05D is #102FA2. Grayscale: #CCCCCC. Windows color (decimal): -1060771 or 6148335. OLE color: 6148335.

HSL color Cylindrical-coordinate representation of color #EFD05D: hue angle of 47.26º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFD05D is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 93 -
CMYK 0 0.13 0.61 0.06
HSL 47.26º 0.82% 0.65% -
HSV(B) 47.26º 0.61% 0.94% -
XYZ 60.13 64.25 19.59 -
YUV 204.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 239 208 93 0 0.13 0.61 0.06 47.26 0.82 0.65
Hex EF D0 5D 0 D 3D 6 2F 52 41
Octal 357 320 135 0 15 75 6 57 122 101
Binary 11101111 11010000 1011101 0 1101 111101 110 101111 1010010 1000001

Color Harmonies of #EFD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD05D

Black with #EFD05D

Text Example


Text Example

White with #EFD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD05D; }

 p { color: rgb(239,208,93); }

 H1.HeaderClassName
 {
   color: #EFD05D;
 }
 .AnyTagClassName
 {
   color: #EFD05D;
 }
</style>

background-color css

<style>
 a { background-color: #EFD05D; }

 a { background-color: rgb(239,208,93); }

 div.DivClassName
 {
   background-color: #EFD05D;
 }
 .BgClassName
 {
   background-color: #EFD05D;
 }
</style>

border-color css

<style>
 span { border-color: #EFD05D; }

 span { border-color: rgb(239,208,93); }

 td.TdClassName
 {
   border-color: #EFD05D;
 }
 .TagClassName
 {
   border-color: #EFD05D;
 }
</style>