Html Css Color HEX #EFCB6A Golden Sand

📋 copy color: '#EFCB6A'

red 239 ◦ green 203 ◦ blue 106

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

Shades of Golden Sand #EFCB6A

Tints of Golden Sand #EFCB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.34%

R = 43.61%
G = 37.04%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCB6A (or 0xEFCB6A) is known color: Golden Sand. HEX triplet: EF, CB and 6A. RGB value is (239,203,106). Sum of RGB (Red+Green+Blue) = 239+203+106=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB6A is #103495. Grayscale: #CBCBCB. Windows color (decimal): -1062038 or 6999023. OLE color: 6999023.

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

Color convert

RGB 239 203 106 -
CMYK 0 0.15 0.56 0.06
HSL 43.76º 0.81% 0.68% -
HSV(B) 43.76º 0.56% 0.94% -
XYZ 59.55 62.1 22.48 -
YUV 202.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 239 203 106 0 0.15 0.56 0.06 43.76 0.81 0.68
Hex EF CB 6A 0 F 38 6 2C 51 44
Octal 357 313 152 0 17 70 6 54 121 104
Binary 11101111 11001011 1101010 0 1111 111000 110 101100 1010001 1000100

Color Harmonies of #EFCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB6A

Black with #EFCB6A

Text Example


Text Example

White with #EFCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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