Html Css Color HEX #EDB930 Bright Sun

📋 copy color: '#EDB930'

red 237 ◦ green 185 ◦ blue 48

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

Shades of Bright Sun #EDB930

Tints of Bright Sun #EDB930

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

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

R = 50.43%
G = 39.36%
B = 10.21%

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

#EDB930 (or 0xEDB930) is known color: Bright Sun. HEX triplet: ED, B9 and 30. RGB value is (237,185,48). Sum of RGB (Red+Green+Blue) = 237+185+48=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB930 is #1246CF. Grayscale: #B9B9B9. Windows color (decimal): -1197776 or 3193325. OLE color: 3193325.

HSL color Cylindrical-coordinate representation of color #EDB930: hue angle of 43.49º 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 #EDB930 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 48 -
CMYK 0 0.22 0.80 0.07
HSL 43.49º 0.84% 0.56% -
HSV(B) 43.49º 0.8% 0.93% -
XYZ 52.81 52.92 10.23 -
YUV 184.93 50.73 165.14 -
System Red Green Blue C M Y K H S L
Decimal 237 185 48 0 0.22 0.80 0.07 43.49 0.84 0.56
Hex ED B9 30 0 16 50 7 2B 54 38
Octal 355 271 60 0 26 120 7 53 124 70
Binary 11101101 10111001 110000 0 10110 1010000 111 101011 1010100 111000

Color Harmonies of #EDB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB930

Black with #EDB930

Text Example


Text Example

White with #EDB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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