Html Css Color HEX #EDB231 Bright Sun

📋 copy color: '#EDB231'

red 237 ◦ green 178 ◦ blue 49

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

Shades of Bright Sun #EDB231

Tints of Bright Sun #EDB231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 51.08%
G = 38.36%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB231 (or 0xEDB231) is known color: Bright Sun. HEX triplet: ED, B2 and 31. RGB value is (237,178,49). Sum of RGB (Red+Green+Blue) = 237+178+49=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB231 is #124DCE. Grayscale: #B5B5B5. Windows color (decimal): -1199567 or 3257069. OLE color: 3257069.

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

Color convert

RGB 237 178 49 -
CMYK 0 0.25 0.79 0.07
HSL 41.17º 0.84% 0.56% -
HSV(B) 41.17º 0.79% 0.93% -
XYZ 51.4 50.07 9.86 -
YUV 180.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 237 178 49 0 0.25 0.79 0.07 41.17 0.84 0.56
Hex ED B2 31 0 19 4F 7 29 54 38
Octal 355 262 61 0 31 117 7 51 124 70
Binary 11101101 10110010 110001 0 11001 1001111 111 101001 1010100 111000

Color Harmonies of #EDB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB231

Black with #EDB231

Text Example


Text Example

White with #EDB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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