Html Css Color HEX #EBCB2A Golden Dream

📋 copy color: '#EBCB2A'

red 235 ◦ green 203 ◦ blue 42

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

Shades of Golden Dream #EBCB2A

Tints of Golden Dream #EBCB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.75%

R = 48.96%
G = 42.29%
B = 8.75%

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

#EBCB2A (or 0xEBCB2A) is known color: Golden Dream. HEX triplet: EB, CB and 2A. RGB value is (235,203,42). Sum of RGB (Red+Green+Blue) = 235+203+42=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB2A is #1434D5. Grayscale: #C2C2C2. Windows color (decimal): -1324246 or 2804715. OLE color: 2804715.

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

Color convert

RGB 235 203 42 -
CMYK 0 0.14 0.82 0.08
HSL 50.05º 0.83% 0.54% -
HSV(B) 50.05º 0.82% 0.92% -
XYZ 56.03 60.54 10.92 -
YUV 194.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 235 203 42 0 0.14 0.82 0.08 50.05 0.83 0.54
Hex EB CB 2A 0 E 52 8 32 53 36
Octal 353 313 52 0 16 122 10 62 123 66
Binary 11101011 11001011 101010 0 1110 1010010 1000 110010 1010011 110110

Color Harmonies of #EBCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB2A

Black with #EBCB2A

Text Example


Text Example

White with #EBCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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