Html Css Color HEX #EFDC67 Golden Sand

📋 copy color: '#EFDC67'

red 239 ◦ green 220 ◦ blue 103

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

Shades of Golden Sand #EFDC67

Tints of Golden Sand #EFDC67

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

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

R = 42.53%
G = 39.15%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFDC67 (or 0xEFDC67) is known color: Golden Sand. HEX triplet: EF, DC and 67. RGB value is (239,220,103). Sum of RGB (Red+Green+Blue) = 239+220+103=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC67 is #102398. Grayscale: #D4D4D4. Windows color (decimal): -1057689 or 6806767. OLE color: 6806767.

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

Color convert

RGB 239 220 103 -
CMYK 0 0.08 0.57 0.06
HSL 51.62º 0.81% 0.67% -
HSV(B) 51.62º 0.57% 0.94% -
XYZ 63.64 70.52 23.09 -
YUV 212.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 239 220 103 0 0.08 0.57 0.06 51.62 0.81 0.67
Hex EF DC 67 0 8 39 6 34 51 43
Octal 357 334 147 0 10 71 6 64 121 103
Binary 11101111 11011100 1100111 0 1000 111001 110 110100 1010001 1000011

Color Harmonies of #EFDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC67

Black with #EFDC67

Text Example


Text Example

White with #EFDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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