Html Css Color HEX #EBDB67 Golden Sand

📋 copy color: '#EBDB67'

red 235 ◦ green 219 ◦ blue 103

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

Shades of Golden Sand #EBDB67

Tints of Golden Sand #EBDB67

RGB

 RED value IS 235 (92.19% from 255) = 42.19%

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

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

R = 42.19%
G = 39.32%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBDB67 (or 0xEBDB67) is known color: Golden Sand. HEX triplet: EB, DB and 67. RGB value is (235,219,103). Sum of RGB (Red+Green+Blue) = 235+219+103=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB67 is #142498. Grayscale: #D3D3D3. Windows color (decimal): -1320089 or 6806507. OLE color: 6806507.

HSL color Cylindrical-coordinate representation of color #EBDB67: hue angle of 52.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBDB67 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 103 -
CMYK 0 0.07 0.56 0.08
HSL 52.73º 0.77% 0.66% -
HSV(B) 52.73º 0.56% 0.92% -
XYZ 62.04 69.3 22.94 -
YUV 210.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 235 219 103 0 0.07 0.56 0.08 52.73 0.77 0.66
Hex EB DB 67 0 7 38 8 35 4D 42
Octal 353 333 147 0 7 70 10 65 115 102
Binary 11101011 11011011 1100111 0 111 111000 1000 110101 1001101 1000010

Color Harmonies of #EBDB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB67

Black with #EBDB67

Text Example


Text Example

White with #EBDB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB67; }

 p { color: rgb(235,219,103); }

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

background-color css

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

 a { background-color: rgb(235,219,103); }

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

border-color css

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

 span { border-color: rgb(235,219,103); }

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