Html Css Color HEX #EBCD2B Golden Dream

📋 copy color: '#EBCD2B'

red 235 ◦ green 205 ◦ blue 43

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

Shades of Golden Dream #EBCD2B

Tints of Golden Dream #EBCD2B

RGB

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

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

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

R = 48.65%
G = 42.44%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBCD2B (or 0xEBCD2B) is known color: Golden Dream. HEX triplet: EB, CD and 2B. RGB value is (235,205,43). Sum of RGB (Red+Green+Blue) = 235+205+43=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD2B is #1432D4. Grayscale: #C4C4C4. Windows color (decimal): -1323733 or 2870763. OLE color: 2870763.

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

Color convert

RGB 235 205 43 -
CMYK 0 0.13 0.82 0.08
HSL 50.63º 0.83% 0.55% -
HSV(B) 50.63º 0.82% 0.92% -
XYZ 56.53 61.5 11.18 -
YUV 195.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 235 205 43 0 0.13 0.82 0.08 50.63 0.83 0.55
Hex EB CD 2B 0 D 52 8 33 53 37
Octal 353 315 53 0 15 122 10 63 123 67
Binary 11101011 11001101 101011 0 1101 1010010 1000 110011 1010011 110111

Color Harmonies of #EBCD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD2B

Black with #EBCD2B

Text Example


Text Example

White with #EBCD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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