Html Css Color HEX #EDB42F Bright Sun

📋 copy color: '#EDB42F'

red 237 ◦ green 180 ◦ blue 47

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

Shades of Bright Sun #EDB42F

Tints of Bright Sun #EDB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

 BLUE value IS 47 (18.75% from 255) = 10.13%

R = 51.08%
G = 38.79%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDB42F (or 0xEDB42F) is known color: Bright Sun. HEX triplet: ED, B4 and 2F. RGB value is (237,180,47). Sum of RGB (Red+Green+Blue) = 237+180+47=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB42F is #124BD0. Grayscale: #B6B6B6. Windows color (decimal): -1199057 or 3126509. OLE color: 3126509.

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

Color convert

RGB 237 180 47 -
CMYK 0 0.24 0.80 0.07
HSL 42º 0.84% 0.56% -
HSV(B) 42º 0.8% 0.93% -
XYZ 51.76 50.85 9.78 -
YUV 181.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 237 180 47 0 0.24 0.80 0.07 42 0.84 0.56
Hex ED B4 2F 0 18 50 7 2A 54 38
Octal 355 264 57 0 30 120 7 52 124 70
Binary 11101101 10110100 101111 0 11000 1010000 111 101010 1010100 111000

Color Harmonies of #EDB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB42F

Black with #EDB42F

Text Example


Text Example

White with #EDB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB42F; }

 p { color: rgb(237,180,47); }

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

background-color css

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

 a { background-color: rgb(237,180,47); }

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

border-color css

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

 span { border-color: rgb(237,180,47); }

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