Html Css Color HEX #EFD372 Golden Sand

📋 copy color: '#EFD372'

red 239 ◦ green 211 ◦ blue 114

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

Shades of Golden Sand #EFD372

Tints of Golden Sand #EFD372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

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

R = 42.38%
G = 37.41%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD372 (or 0xEFD372) is known color: Golden Sand. HEX triplet: EF, D3 and 72. RGB value is (239,211,114). Sum of RGB (Red+Green+Blue) = 239+211+114=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD372 is #102C8D. Grayscale: #D0D0D0. Windows color (decimal): -1059982 or 7525359. OLE color: 7525359.

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

Color convert

RGB 239 211 114 -
CMYK 0 0.12 0.52 0.06
HSL 46.56º 0.8% 0.69% -
HSV(B) 46.56º 0.52% 0.94% -
XYZ 61.93 66.15 25.42 -
YUV 208.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 239 211 114 0 0.12 0.52 0.06 46.56 0.8 0.69
Hex EF D3 72 0 C 34 6 2F 50 45
Octal 357 323 162 0 14 64 6 57 120 105
Binary 11101111 11010011 1110010 0 1100 110100 110 101111 1010000 1000101

Color Harmonies of #EFD372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD372

Black with #EFD372

Text Example


Text Example

White with #EFD372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD372; }

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

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

background-color css

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

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

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

border-color css

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

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

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