Html Css Color HEX #EDBA30 Bright Sun

📋 copy color: '#EDBA30'

red 237 ◦ green 186 ◦ blue 48

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

Shades of Bright Sun #EDBA30

Tints of Bright Sun #EDBA30

RGB

 RED value IS 237 (92.97% from 255) = 50.32%

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 50.32%
G = 39.49%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDBA30 (or 0xEDBA30) is known color: Bright Sun. HEX triplet: ED, BA and 30. RGB value is (237,186,48). Sum of RGB (Red+Green+Blue) = 237+186+48=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA30 is #1245CF. Grayscale: #BABABA. Windows color (decimal): -1197520 or 3193581. OLE color: 3193581.

HSL color Cylindrical-coordinate representation of color #EDBA30: hue angle of 43.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDBA30 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 48 -
CMYK 0 0.22 0.80 0.07
HSL 43.81º 0.84% 0.56% -
HSV(B) 43.81º 0.8% 0.93% -
XYZ 53.02 53.34 10.3 -
YUV 185.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 237 186 48 0 0.22 0.80 0.07 43.81 0.84 0.56
Hex ED BA 30 0 16 50 7 2C 54 38
Octal 355 272 60 0 26 120 7 54 124 70
Binary 11101101 10111010 110000 0 10110 1010000 111 101100 1010100 111000

Color Harmonies of #EDBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA30

Black with #EDBA30

Text Example


Text Example

White with #EDBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA30; }

 p { color: rgb(237,186,48); }

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

background-color css

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

 a { background-color: rgb(237,186,48); }

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

border-color css

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

 span { border-color: rgb(237,186,48); }

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