Html Css Color HEX #EBCD33 Golden Dream

📋 copy color: '#EBCD33'

red 235 ◦ green 205 ◦ blue 51

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

Shades of Golden Dream #EBCD33

Tints of Golden Dream #EBCD33

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

 BLUE value IS 51 (20.31% from 255) = 10.39%

R = 47.86%
G = 41.75%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBCD33 (or 0xEBCD33) is known color: Golden Dream. HEX triplet: EB, CD and 33. RGB value is (235,205,51). Sum of RGB (Red+Green+Blue) = 235+205+51=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD33 is #1432CC. Grayscale: #C5C5C5. Windows color (decimal): -1323725 or 3395051. OLE color: 3395051.

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

Color convert

RGB 235 205 51 -
CMYK 0 0.13 0.78 0.08
HSL 50.22º 0.82% 0.56% -
HSV(B) 50.22º 0.78% 0.92% -
XYZ 56.69 61.56 12.03 -
YUV 196.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 235 205 51 0 0.13 0.78 0.08 50.22 0.82 0.56
Hex EB CD 33 0 D 4E 8 32 52 38
Octal 353 315 63 0 15 116 10 62 122 70
Binary 11101011 11001101 110011 0 1101 1001110 1000 110010 1010010 111000

Color Harmonies of #EBCD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD33

Black with #EBCD33

Text Example


Text Example

White with #EBCD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD33; }

 p { color: rgb(235,205,51); }

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

background-color css

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

 a { background-color: rgb(235,205,51); }

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

border-color css

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

 span { border-color: rgb(235,205,51); }

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