Html Css Color HEX #EFDB6A Golden Sand

📋 copy color: '#EFDB6A'

red 239 ◦ green 219 ◦ blue 106

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

Shades of Golden Sand #EFDB6A

Tints of Golden Sand #EFDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.83%

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 42.38%
G = 38.83%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDB6A (or 0xEFDB6A) is known color: Golden Sand. HEX triplet: EF, DB and 6A. RGB value is (239,219,106). Sum of RGB (Red+Green+Blue) = 239+219+106=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB6A is #102495. Grayscale: #D4D4D4. Windows color (decimal): -1057942 or 7003119. OLE color: 7003119.

HSL color Cylindrical-coordinate representation of color #EFDB6A: hue angle of 50.98º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFDB6A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 106 -
CMYK 0 0.08 0.56 0.06
HSL 50.98º 0.81% 0.68% -
HSV(B) 50.98º 0.56% 0.94% -
XYZ 63.53 70.05 23.81 -
YUV 212.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 239 219 106 0 0.08 0.56 0.06 50.98 0.81 0.68
Hex EF DB 6A 0 8 38 6 33 51 44
Octal 357 333 152 0 10 70 6 63 121 104
Binary 11101111 11011011 1101010 0 1000 111000 110 110011 1010001 1000100

Color Harmonies of #EFDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB6A

Black with #EFDB6A

Text Example


Text Example

White with #EFDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB6A; }

 p { color: rgb(239,219,106); }

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

background-color css

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

 a { background-color: rgb(239,219,106); }

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

border-color css

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

 span { border-color: rgb(239,219,106); }

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