Html Css Color HEX #EDB72B Bright Sun

📋 copy color: '#EDB72B'

red 237 ◦ green 183 ◦ blue 43

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

Shades of Bright Sun #EDB72B

Tints of Bright Sun #EDB72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.52%

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

R = 51.19%
G = 39.52%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDB72B (or 0xEDB72B) is known color: Bright Sun. HEX triplet: ED, B7 and 2B. RGB value is (237,183,43). Sum of RGB (Red+Green+Blue) = 237+183+43=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB72B is #1248D4. Grayscale: #B7B7B7. Windows color (decimal): -1198293 or 2865133. OLE color: 2865133.

HSL color Cylindrical-coordinate representation of color #EDB72B: hue angle of 43.3º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDB72B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 43 -
CMYK 0 0.23 0.82 0.07
HSL 43.3º 0.84% 0.55% -
HSV(B) 43.3º 0.82% 0.93% -
XYZ 52.29 52.05 9.58 -
YUV 183.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 237 183 43 0 0.23 0.82 0.07 43.3 0.84 0.55
Hex ED B7 2B 0 17 52 7 2B 54 37
Octal 355 267 53 0 27 122 7 53 124 67
Binary 11101101 10110111 101011 0 10111 1010010 111 101011 1010100 110111

Color Harmonies of #EDB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB72B

Black with #EDB72B

Text Example


Text Example

White with #EDB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB72B; }

 p { color: rgb(237,183,43); }

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

background-color css

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

 a { background-color: rgb(237,183,43); }

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

border-color css

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

 span { border-color: rgb(237,183,43); }

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