Html Css Color HEX #EFD075 Golden Sand

📋 copy color: '#EFD075'

red 239 ◦ green 208 ◦ blue 117

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

Shades of Golden Sand #EFD075

Tints of Golden Sand #EFD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

 BLUE value IS 117 (46.09% from 255) = 20.74%

R = 42.38%
G = 36.88%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD075 (or 0xEFD075) is known color: Golden Sand. HEX triplet: EF, D0 and 75. RGB value is (239,208,117). Sum of RGB (Red+Green+Blue) = 239+208+117=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD075 is #102F8A. Grayscale: #CFCFCF. Windows color (decimal): -1060747 or 7721199. OLE color: 7721199.

HSL color Cylindrical-coordinate representation of color #EFD075: hue angle of 44.75º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD075 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 117 -
CMYK 0 0.13 0.51 0.06
HSL 44.75º 0.79% 0.7% -
HSV(B) 44.75º 0.51% 0.94% -
XYZ 61.36 64.75 26.09 -
YUV 206.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 239 208 117 0 0.13 0.51 0.06 44.75 0.79 0.7
Hex EF D0 75 0 D 33 6 2D 4F 46
Octal 357 320 165 0 15 63 6 55 117 106
Binary 11101111 11010000 1110101 0 1101 110011 110 101101 1001111 1000110

Color Harmonies of #EFD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD075

Black with #EFD075

Text Example


Text Example

White with #EFD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD075; }

 p { color: rgb(239,208,117); }

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

background-color css

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

 a { background-color: rgb(239,208,117); }

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

border-color css

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

 span { border-color: rgb(239,208,117); }

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