Html Css Color HEX #EFCB6F Golden Sand

📋 copy color: '#EFCB6F'

red 239 ◦ green 203 ◦ blue 111

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

Shades of Golden Sand #EFCB6F

Tints of Golden Sand #EFCB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.07%

R = 43.22%
G = 36.71%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFCB6F (or 0xEFCB6F) is known color: Golden Sand. HEX triplet: EF, CB and 6F. RGB value is (239,203,111). Sum of RGB (Red+Green+Blue) = 239+203+111=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB6F is #103490. Grayscale: #CBCBCB. Windows color (decimal): -1062033 or 7326703. OLE color: 7326703.

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

Color convert

RGB 239 203 111 -
CMYK 0 0.15 0.54 0.06
HSL 43.13º 0.8% 0.69% -
HSV(B) 43.13º 0.54% 0.94% -
XYZ 59.82 62.21 23.89 -
YUV 203.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 239 203 111 0 0.15 0.54 0.06 43.13 0.8 0.69
Hex EF CB 6F 0 F 36 6 2B 50 45
Octal 357 313 157 0 17 66 6 53 120 105
Binary 11101111 11001011 1101111 0 1111 110110 110 101011 1010000 1000101

Color Harmonies of #EFCB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB6F

Black with #EFCB6F

Text Example


Text Example

White with #EFCB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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