Html Css Color HEX #EBCB2D Golden Dream

📋 copy color: '#EBCB2D'

red 235 ◦ green 203 ◦ blue 45

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

Shades of Golden Dream #EBCB2D

Tints of Golden Dream #EBCB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 45 (17.97% from 255) = 9.32%

R = 48.65%
G = 42.03%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBCB2D (or 0xEBCB2D) is known color: Golden Dream. HEX triplet: EB, CB and 2D. RGB value is (235,203,45). Sum of RGB (Red+Green+Blue) = 235+203+45=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB2D is #1434D2. Grayscale: #C3C3C3. Windows color (decimal): -1324243 or 3001323. OLE color: 3001323.

HSL color Cylindrical-coordinate representation of color #EBCB2D: hue angle of 49.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBCB2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 45 -
CMYK 0 0.14 0.81 0.08
HSL 49.89º 0.83% 0.55% -
HSV(B) 49.89º 0.81% 0.92% -
XYZ 56.09 60.56 11.22 -
YUV 194.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 235 203 45 0 0.14 0.81 0.08 49.89 0.83 0.55
Hex EB CB 2D 0 E 51 8 32 53 37
Octal 353 313 55 0 16 121 10 62 123 67
Binary 11101011 11001011 101101 0 1110 1010001 1000 110010 1010011 110111

Color Harmonies of #EBCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB2D

Black with #EBCB2D

Text Example


Text Example

White with #EBCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB2D; }

 p { color: rgb(235,203,45); }

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

background-color css

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

 a { background-color: rgb(235,203,45); }

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

border-color css

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

 span { border-color: rgb(235,203,45); }

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