Html Css Color HEX #EFD967 Golden Sand

📋 copy color: '#EFD967'

red 239 ◦ green 217 ◦ blue 103

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

Shades of Golden Sand #EFD967

Tints of Golden Sand #EFD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.82%

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

R = 42.75%
G = 38.82%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD967 (or 0xEFD967) is known color: Golden Sand. HEX triplet: EF, D9 and 67. RGB value is (239,217,103). Sum of RGB (Red+Green+Blue) = 239+217+103=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD967 is #102698. Grayscale: #D3D3D3. Windows color (decimal): -1058457 or 6805999. OLE color: 6805999.

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

Color convert

RGB 239 217 103 -
CMYK 0 0.09 0.57 0.06
HSL 50.29º 0.81% 0.67% -
HSV(B) 50.29º 0.57% 0.94% -
XYZ 62.86 68.96 22.83 -
YUV 210.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 239 217 103 0 0.09 0.57 0.06 50.29 0.81 0.67
Hex EF D9 67 0 9 39 6 32 51 43
Octal 357 331 147 0 11 71 6 62 121 103
Binary 11101111 11011001 1100111 0 1001 111001 110 110010 1010001 1000011

Color Harmonies of #EFD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD967

Black with #EFD967

Text Example


Text Example

White with #EFD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD967; }

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

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

background-color css

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

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

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

border-color css

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

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

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