Html Css Color HEX #EFD270 Golden Sand

📋 copy color: '#EFD270'

red 239 ◦ green 210 ◦ blue 112

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

Shades of Golden Sand #EFD270

Tints of Golden Sand #EFD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.43%

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 42.6%
G = 37.43%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD270 (or 0xEFD270) is known color: Golden Sand. HEX triplet: EF, D2 and 70. RGB value is (239,210,112). Sum of RGB (Red+Green+Blue) = 239+210+112=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD270 is #102D8F. Grayscale: #CFCFCF. Windows color (decimal): -1060240 or 7394031. OLE color: 7394031.

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

Color convert

RGB 239 210 112 -
CMYK 0 0.12 0.53 0.06
HSL 46.3º 0.8% 0.69% -
HSV(B) 46.3º 0.53% 0.94% -
XYZ 61.57 65.61 24.75 -
YUV 207.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 239 210 112 0 0.12 0.53 0.06 46.3 0.8 0.69
Hex EF D2 70 0 C 35 6 2E 50 45
Octal 357 322 160 0 14 65 6 56 120 105
Binary 11101111 11010010 1110000 0 1100 110101 110 101110 1010000 1000101

Color Harmonies of #EFD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD270

Black with #EFD270

Text Example


Text Example

White with #EFD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD270; }

 p { color: rgb(239,210,112); }

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

background-color css

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

 a { background-color: rgb(239,210,112); }

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

border-color css

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

 span { border-color: rgb(239,210,112); }

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