Html Css Color HEX #EFCB5E Golden Sand

📋 copy color: '#EFCB5E'

red 239 ◦ green 203 ◦ blue 94

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

Shades of Golden Sand #EFCB5E

Tints of Golden Sand #EFCB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.54%

R = 44.59%
G = 37.87%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFCB5E (or 0xEFCB5E) is known color: Golden Sand. HEX triplet: EF, CB and 5E. RGB value is (239,203,94). Sum of RGB (Red+Green+Blue) = 239+203+94=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB5E is #1034A1. Grayscale: #C9C9C9. Windows color (decimal): -1062050 or 6212591. OLE color: 6212591.

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

Color convert

RGB 239 203 94 -
CMYK 0 0.15 0.61 0.06
HSL 45.1º 0.82% 0.65% -
HSV(B) 45.1º 0.61% 0.94% -
XYZ 58.97 61.87 19.42 -
YUV 201.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 239 203 94 0 0.15 0.61 0.06 45.1 0.82 0.65
Hex EF CB 5E 0 F 3D 6 2D 52 41
Octal 357 313 136 0 17 75 6 55 122 101
Binary 11101111 11001011 1011110 0 1111 111101 110 101101 1010010 1000001

Color Harmonies of #EFCB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB5E

Black with #EFCB5E

Text Example


Text Example

White with #EFCB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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