Html Css Color HEX #EFDB68 Golden Sand

📋 copy color: '#EFDB68'

red 239 ◦ green 219 ◦ blue 104

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

Shades of Golden Sand #EFDB68

Tints of Golden Sand #EFDB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.51%

R = 42.53%
G = 38.97%
B = 18.51%

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

#EFDB68 (or 0xEFDB68) is known color: Golden Sand. HEX triplet: EF, DB and 68. RGB value is (239,219,104). Sum of RGB (Red+Green+Blue) = 239+219+104=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB68 is #102497. Grayscale: #D4D4D4. Windows color (decimal): -1057944 or 6872047. OLE color: 6872047.

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

Color convert

RGB 239 219 104 -
CMYK 0 0.08 0.56 0.06
HSL 51.11º 0.81% 0.67% -
HSV(B) 51.11º 0.56% 0.94% -
XYZ 63.43 70.01 23.27 -
YUV 211.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 239 219 104 0 0.08 0.56 0.06 51.11 0.81 0.67
Hex EF DB 68 0 8 38 6 33 51 43
Octal 357 333 150 0 10 70 6 63 121 103
Binary 11101111 11011011 1101000 0 1000 111000 110 110011 1010001 1000011

Color Harmonies of #EFDB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB68

Black with #EFDB68

Text Example


Text Example

White with #EFDB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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