Html Css Color HEX #EBCB34 Golden Dream

📋 copy color: '#EBCB34'

red 235 ◦ green 203 ◦ blue 52

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

Shades of Golden Dream #EBCB34

Tints of Golden Dream #EBCB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.61%

R = 47.96%
G = 41.43%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBCB34 (or 0xEBCB34) is known color: Golden Dream. HEX triplet: EB, CB and 34. RGB value is (235,203,52). Sum of RGB (Red+Green+Blue) = 235+203+52=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB34 is #1434CB. Grayscale: #C3C3C3. Windows color (decimal): -1324236 or 3460075. OLE color: 3460075.

HSL color Cylindrical-coordinate representation of color #EBCB34: hue angle of 49.51º 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 #EBCB34 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 52 -
CMYK 0 0.14 0.78 0.08
HSL 49.51º 0.82% 0.56% -
HSV(B) 49.51º 0.78% 0.92% -
XYZ 56.24 60.62 11.99 -
YUV 195.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 235 203 52 0 0.14 0.78 0.08 49.51 0.82 0.56
Hex EB CB 34 0 E 4E 8 32 52 38
Octal 353 313 64 0 16 116 10 62 122 70
Binary 11101011 11001011 110100 0 1110 1001110 1000 110010 1010010 111000

Color Harmonies of #EBCB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB34

Black with #EBCB34

Text Example


Text Example

White with #EBCB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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