Html Css Color HEX #EFB428 Bright Sun

📋 copy color: '#EFB428'

red 239 ◦ green 180 ◦ blue 40

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

Shades of Bright Sun #EFB428

Tints of Bright Sun #EFB428

RGB

 RED value IS 239 (93.75% from 255) = 52.07%

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

 BLUE value IS 40 (16.02% from 255) = 8.71%

R = 52.07%
G = 39.22%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFB428 (or 0xEFB428) is known color: Bright Sun. HEX triplet: EF, B4 and 28. RGB value is (239,180,40). Sum of RGB (Red+Green+Blue) = 239+180+40=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB428 is #104BD7. Grayscale: #B6B6B6. Windows color (decimal): -1067992 or 2667759. OLE color: 2667759.

HSL color Cylindrical-coordinate representation of color #EFB428: hue angle of 42.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFB428 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 40 -
CMYK 0 0.25 0.83 0.06
HSL 42.21º 0.86% 0.55% -
HSV(B) 42.21º 0.83% 0.94% -
XYZ 52.3 51.15 9.12 -
YUV 181.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 239 180 40 0 0.25 0.83 0.06 42.21 0.86 0.55
Hex EF B4 28 0 19 53 6 2A 56 37
Octal 357 264 50 0 31 123 6 52 126 67
Binary 11101111 10110100 101000 0 11001 1010011 110 101010 1010110 110111

Color Harmonies of #EFB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB428

Black with #EFB428

Text Example


Text Example

White with #EFB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB428; }

 p { color: rgb(239,180,40); }

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

background-color css

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

 a { background-color: rgb(239,180,40); }

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

border-color css

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

 span { border-color: rgb(239,180,40); }

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