Html Css Color HEX #EBCB2B Golden Dream

📋 copy color: '#EBCB2B'

red 235 ◦ green 203 ◦ blue 43

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

Shades of Golden Dream #EBCB2B

Tints of Golden Dream #EBCB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.94%

R = 48.86%
G = 42.2%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBCB2B (or 0xEBCB2B) is known color: Golden Dream. HEX triplet: EB, CB and 2B. RGB value is (235,203,43). Sum of RGB (Red+Green+Blue) = 235+203+43=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB2B is #1434D4. Grayscale: #C2C2C2. Windows color (decimal): -1324245 or 2870251. OLE color: 2870251.

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

Color convert

RGB 235 203 43 -
CMYK 0 0.14 0.82 0.08
HSL 50º 0.83% 0.55% -
HSV(B) 50º 0.82% 0.92% -
XYZ 56.05 60.55 11.02 -
YUV 194.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 235 203 43 0 0.14 0.82 0.08 50 0.83 0.55
Hex EB CB 2B 0 E 52 8 32 53 37
Octal 353 313 53 0 16 122 10 62 123 67
Binary 11101011 11001011 101011 0 1110 1010010 1000 110010 1010011 110111

Color Harmonies of #EBCB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB2B

Black with #EBCB2B

Text Example


Text Example

White with #EBCB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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