Html Css Color HEX #EFD273 Golden Sand

📋 copy color: '#EFD273'

red 239 ◦ green 210 ◦ blue 115

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

Shades of Golden Sand #EFD273

Tints of Golden Sand #EFD273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 42.38%
G = 37.23%
B = 20.39%

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

#EFD273 (or 0xEFD273) is known color: Golden Sand. HEX triplet: EF, D2 and 73. RGB value is (239,210,115). Sum of RGB (Red+Green+Blue) = 239+210+115=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD273 is #102D8C. Grayscale: #D0D0D0. Windows color (decimal): -1060237 or 7590639. OLE color: 7590639.

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

Color convert

RGB 239 210 115 -
CMYK 0 0.12 0.52 0.06
HSL 45.97º 0.79% 0.69% -
HSV(B) 45.97º 0.52% 0.94% -
XYZ 61.74 65.68 25.64 -
YUV 207.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 239 210 115 0 0.12 0.52 0.06 45.97 0.79 0.69
Hex EF D2 73 0 C 34 6 2E 4F 45
Octal 357 322 163 0 14 64 6 56 117 105
Binary 11101111 11010010 1110011 0 1100 110100 110 101110 1001111 1000101

Color Harmonies of #EFD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD273

Black with #EFD273

Text Example


Text Example

White with #EFD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD273; }

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

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

background-color css

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

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

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

border-color css

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

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

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