Html Css Color HEX #EBC72B Golden Dream

📋 copy color: '#EBC72B'

red 235 ◦ green 199 ◦ blue 43

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

Shades of Golden Dream #EBC72B

Tints of Golden Dream #EBC72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.72%

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

R = 49.27%
G = 41.72%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBC72B (or 0xEBC72B) is known color: Golden Dream. HEX triplet: EB, C7 and 2B. RGB value is (235,199,43). Sum of RGB (Red+Green+Blue) = 235+199+43=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC72B is #1438D4. Grayscale: #C0C0C0. Windows color (decimal): -1325269 or 2869227. OLE color: 2869227.

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

Color convert

RGB 235 199 43 -
CMYK 0 0.15 0.82 0.08
HSL 48.75º 0.83% 0.55% -
HSV(B) 48.75º 0.82% 0.92% -
XYZ 55.12 58.68 10.71 -
YUV 191.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 235 199 43 0 0.15 0.82 0.08 48.75 0.83 0.55
Hex EB C7 2B 0 F 52 8 31 53 37
Octal 353 307 53 0 17 122 10 61 123 67
Binary 11101011 11000111 101011 0 1111 1010010 1000 110001 1010011 110111

Color Harmonies of #EBC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC72B

Black with #EBC72B

Text Example


Text Example

White with #EBC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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