Html Css Color HEX #EFCB64 Golden Sand

📋 copy color: '#EFCB64'

red 239 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #EFCB64

Tints of Golden Sand #EFCB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 44.1%
G = 37.45%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCB64 (or 0xEFCB64) is known color: Golden Sand. HEX triplet: EF, CB and 64. RGB value is (239,203,100). Sum of RGB (Red+Green+Blue) = 239+203+100=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB64 is #10349B. Grayscale: #CACACA. Windows color (decimal): -1062044 or 6605807. OLE color: 6605807.

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

Color convert

RGB 239 203 100 -
CMYK 0 0.15 0.58 0.06
HSL 44.46º 0.81% 0.66% -
HSV(B) 44.46º 0.58% 0.94% -
XYZ 59.25 61.98 20.9 -
YUV 202.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 239 203 100 0 0.15 0.58 0.06 44.46 0.81 0.66
Hex EF CB 64 0 F 3A 6 2C 51 42
Octal 357 313 144 0 17 72 6 54 121 102
Binary 11101111 11001011 1100100 0 1111 111010 110 101100 1010001 1000010

Color Harmonies of #EFCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB64

Black with #EFCB64

Text Example


Text Example

White with #EFCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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