Html Css Color HEX #EBBD30 Bright Sun

📋 copy color: '#EBBD30'

red 235 ◦ green 189 ◦ blue 48

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

Shades of Bright Sun #EBBD30

Tints of Bright Sun #EBBD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 49.79%
G = 40.04%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBBD30 (or 0xEBBD30) is known color: Bright Sun. HEX triplet: EB, BD and 30. RGB value is (235,189,48). Sum of RGB (Red+Green+Blue) = 235+189+48=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD30 is #1442CF. Grayscale: #BBBBBB. Windows color (decimal): -1327824 or 3194347. OLE color: 3194347.

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

Color convert

RGB 235 189 48 -
CMYK 0 0.20 0.80 0.08
HSL 45.24º 0.82% 0.55% -
HSV(B) 45.24º 0.8% 0.92% -
XYZ 52.99 54.27 10.48 -
YUV 186.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 235 189 48 0 0.20 0.80 0.08 45.24 0.82 0.55
Hex EB BD 30 0 14 50 8 2D 52 37
Octal 353 275 60 0 24 120 10 55 122 67
Binary 11101011 10111101 110000 0 10100 1010000 1000 101101 1010010 110111

Color Harmonies of #EBBD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD30

Black with #EBBD30

Text Example


Text Example

White with #EBBD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD30; }

 p { color: rgb(235,189,48); }

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

background-color css

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

 a { background-color: rgb(235,189,48); }

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

border-color css

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

 span { border-color: rgb(235,189,48); }

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