Html Css Color HEX #EFCB66 Golden Sand

📋 copy color: '#EFCB66'

red 239 ◦ green 203 ◦ blue 102

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

Shades of Golden Sand #EFCB66

Tints of Golden Sand #EFCB66

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.32%

 BLUE value IS 102 (40.23% from 255) = 18.75%

R = 43.93%
G = 37.32%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFCB66 (or 0xEFCB66) is known color: Golden Sand. HEX triplet: EF, CB and 66. RGB value is (239,203,102). Sum of RGB (Red+Green+Blue) = 239+203+102=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB66 is #103499. Grayscale: #CACACA. Windows color (decimal): -1062042 or 6736879. OLE color: 6736879.

HSL color Cylindrical-coordinate representation of color #EFCB66: hue angle of 44.23º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFCB66 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 102 -
CMYK 0 0.15 0.57 0.06
HSL 44.23º 0.81% 0.67% -
HSV(B) 44.23º 0.57% 0.94% -
XYZ 59.35 62.02 21.41 -
YUV 202.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 239 203 102 0 0.15 0.57 0.06 44.23 0.81 0.67
Hex EF CB 66 0 F 39 6 2C 51 43
Octal 357 313 146 0 17 71 6 54 121 103
Binary 11101111 11001011 1100110 0 1111 111001 110 101100 1010001 1000011

Color Harmonies of #EFCB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB66

Black with #EFCB66

Text Example


Text Example

White with #EFCB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB66; }

 p { color: rgb(239,203,102); }

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

background-color css

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

 a { background-color: rgb(239,203,102); }

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

border-color css

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

 span { border-color: rgb(239,203,102); }

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