Html Css Color HEX #EFD472 Golden Sand

📋 copy color: '#EFD472'

red 239 ◦ green 212 ◦ blue 114

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

Shades of Golden Sand #EFD472

Tints of Golden Sand #EFD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

 BLUE value IS 114 (44.92% from 255) = 20.18%

R = 42.3%
G = 37.52%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD472 (or 0xEFD472) is known color: Golden Sand. HEX triplet: EF, D4 and 72. RGB value is (239,212,114). Sum of RGB (Red+Green+Blue) = 239+212+114=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD472 is #102B8D. Grayscale: #D1D1D1. Windows color (decimal): -1059726 or 7525615. OLE color: 7525615.

HSL color Cylindrical-coordinate representation of color #EFD472: hue angle of 47.04º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFD472 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 114 -
CMYK 0 0.11 0.52 0.06
HSL 47.04º 0.8% 0.69% -
HSV(B) 47.04º 0.52% 0.94% -
XYZ 62.18 66.65 25.51 -
YUV 208.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 239 212 114 0 0.11 0.52 0.06 47.04 0.8 0.69
Hex EF D4 72 0 B 34 6 2F 50 45
Octal 357 324 162 0 13 64 6 57 120 105
Binary 11101111 11010100 1110010 0 1011 110100 110 101111 1010000 1000101

Color Harmonies of #EFD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD472

Black with #EFD472

Text Example


Text Example

White with #EFD472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD472; }

 p { color: rgb(239,212,114); }

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

background-color css

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

 a { background-color: rgb(239,212,114); }

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

border-color css

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

 span { border-color: rgb(239,212,114); }

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