Html Css Color HEX #EFD067 Golden Sand

📋 copy color: '#EFD067'

red 239 ◦ green 208 ◦ blue 103

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

Shades of Golden Sand #EFD067

Tints of Golden Sand #EFD067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.73%

R = 43.45%
G = 37.82%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD067 (or 0xEFD067) is known color: Golden Sand. HEX triplet: EF, D0 and 67. RGB value is (239,208,103). Sum of RGB (Red+Green+Blue) = 239+208+103=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD067 is #102F98. Grayscale: #CDCDCD. Windows color (decimal): -1060761 or 6803695. OLE color: 6803695.

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

Color convert

RGB 239 208 103 -
CMYK 0 0.13 0.57 0.06
HSL 46.32º 0.81% 0.67% -
HSV(B) 46.32º 0.57% 0.94% -
XYZ 60.6 64.44 22.08 -
YUV 205.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 239 208 103 0 0.13 0.57 0.06 46.32 0.81 0.67
Hex EF D0 67 0 D 39 6 2E 51 43
Octal 357 320 147 0 15 71 6 56 121 103
Binary 11101111 11010000 1100111 0 1101 111001 110 101110 1010001 1000011

Color Harmonies of #EFD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD067

Black with #EFD067

Text Example


Text Example

White with #EFD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD067; }

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

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

background-color css

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

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

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

border-color css

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

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

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