Html Css Color HEX #EDB22B Bright Sun

📋 copy color: '#EDB22B'

red 237 ◦ green 178 ◦ blue 43

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

Shades of Bright Sun #EDB22B

Tints of Bright Sun #EDB22B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

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

R = 51.75%
G = 38.86%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDB22B (or 0xEDB22B) is known color: Bright Sun. HEX triplet: ED, B2 and 2B. RGB value is (237,178,43). Sum of RGB (Red+Green+Blue) = 237+178+43=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB22B is #124DD4. Grayscale: #B4B4B4. Windows color (decimal): -1199573 or 2863853. OLE color: 2863853.

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

Color convert

RGB 237 178 43 -
CMYK 0 0.25 0.82 0.07
HSL 41.75º 0.84% 0.55% -
HSV(B) 41.75º 0.82% 0.93% -
XYZ 51.28 50.02 9.24 -
YUV 180.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 237 178 43 0 0.25 0.82 0.07 41.75 0.84 0.55
Hex ED B2 2B 0 19 52 7 2A 54 37
Octal 355 262 53 0 31 122 7 52 124 67
Binary 11101101 10110010 101011 0 11001 1010010 111 101010 1010100 110111

Color Harmonies of #EDB22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB22B

Black with #EDB22B

Text Example


Text Example

White with #EDB22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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