Html Css Color HEX #EFD772 Golden Sand

📋 copy color: '#EFD772'

red 239 ◦ green 215 ◦ blue 114

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

Shades of Golden Sand #EFD772

Tints of Golden Sand #EFD772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

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

R = 42.08%
G = 37.85%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD772 (or 0xEFD772) is known color: Golden Sand. HEX triplet: EF, D7 and 72. RGB value is (239,215,114). Sum of RGB (Red+Green+Blue) = 239+215+114=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD772 is #10288D. Grayscale: #D3D3D3. Windows color (decimal): -1058958 or 7526383. OLE color: 7526383.

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

Color convert

RGB 239 215 114 -
CMYK 0 0.10 0.52 0.06
HSL 48.48º 0.8% 0.69% -
HSV(B) 48.48º 0.52% 0.94% -
XYZ 62.93 68.17 25.76 -
YUV 210.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 239 215 114 0 0.10 0.52 0.06 48.48 0.8 0.69
Hex EF D7 72 0 A 34 6 30 50 45
Octal 357 327 162 0 12 64 6 60 120 105
Binary 11101111 11010111 1110010 0 1010 110100 110 110000 1010000 1000101

Color Harmonies of #EFD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD772

Black with #EFD772

Text Example


Text Example

White with #EFD772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD772; }

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

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

background-color css

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

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

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

border-color css

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

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

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