Html Css Color HEX #EFCB67 Golden Sand

📋 copy color: '#EFCB67'

red 239 ◦ green 203 ◦ blue 103

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

Shades of Golden Sand #EFCB67

Tints of Golden Sand #EFCB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.9%

R = 43.85%
G = 37.25%
B = 18.9%

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

#EFCB67 (or 0xEFCB67) is known color: Golden Sand. HEX triplet: EF, CB and 67. RGB value is (239,203,103). Sum of RGB (Red+Green+Blue) = 239+203+103=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB67 is #103498. Grayscale: #CACACA. Windows color (decimal): -1062041 or 6802415. OLE color: 6802415.

HSL color Cylindrical-coordinate representation of color #EFCB67: hue angle of 44.12º 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 #EFCB67 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 103 -
CMYK 0 0.15 0.57 0.06
HSL 44.12º 0.81% 0.67% -
HSV(B) 44.12º 0.57% 0.94% -
XYZ 59.4 62.04 21.68 -
YUV 202.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 239 203 103 0 0.15 0.57 0.06 44.12 0.81 0.67
Hex EF CB 67 0 F 39 6 2C 51 43
Octal 357 313 147 0 17 71 6 54 121 103
Binary 11101111 11001011 1100111 0 1111 111001 110 101100 1010001 1000011

Color Harmonies of #EFCB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB67

Black with #EFCB67

Text Example


Text Example

White with #EFCB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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