Html Css Color HEX #EFD268 Golden Sand

📋 copy color: '#EFD268'

red 239 ◦ green 210 ◦ blue 104

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

Shades of Golden Sand #EFD268

Tints of Golden Sand #EFD268

RGB

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

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

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

R = 43.22%
G = 37.97%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFD268 (or 0xEFD268) is known color: Golden Sand. HEX triplet: EF, D2 and 68. RGB value is (239,210,104). Sum of RGB (Red+Green+Blue) = 239+210+104=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD268 is #102D97. Grayscale: #CFCFCF. Windows color (decimal): -1060248 or 6869743. OLE color: 6869743.

HSL color Cylindrical-coordinate representation of color #EFD268: hue angle of 47.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 #EFD268 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 104 -
CMYK 0 0.12 0.56 0.06
HSL 47.11º 0.81% 0.67% -
HSV(B) 47.11º 0.56% 0.94% -
XYZ 61.14 65.44 22.51 -
YUV 206.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 239 210 104 0 0.12 0.56 0.06 47.11 0.81 0.67
Hex EF D2 68 0 C 38 6 2F 51 43
Octal 357 322 150 0 14 70 6 57 121 103
Binary 11101111 11010010 1101000 0 1100 111000 110 101111 1010001 1000011

Color Harmonies of #EFD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD268

Black with #EFD268

Text Example


Text Example

White with #EFD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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