Html Css Color HEX #EFC328 Bright Sun

📋 copy color: '#EFC328'

red 239 ◦ green 195 ◦ blue 40

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

Shades of Bright Sun #EFC328

Tints of Bright Sun #EFC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.14%

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

R = 50.42%
G = 41.14%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFC328 (or 0xEFC328) is known color: Bright Sun. HEX triplet: EF, C3 and 28. RGB value is (239,195,40). Sum of RGB (Red+Green+Blue) = 239+195+40=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC328 is #103CD7. Grayscale: #BFBFBF. Windows color (decimal): -1064152 or 2671599. OLE color: 2671599.

HSL color Cylindrical-coordinate representation of color #EFC328: hue angle of 46.73º 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 #EFC328 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 40 -
CMYK 0 0.18 0.83 0.06
HSL 46.73º 0.86% 0.55% -
HSV(B) 46.73º 0.83% 0.94% -
XYZ 55.49 57.53 10.19 -
YUV 190.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 239 195 40 0 0.18 0.83 0.06 46.73 0.86 0.55
Hex EF C3 28 0 12 53 6 2F 56 37
Octal 357 303 50 0 22 123 6 57 126 67
Binary 11101111 11000011 101000 0 10010 1010011 110 101111 1010110 110111

Color Harmonies of #EFC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC328

Black with #EFC328

Text Example


Text Example

White with #EFC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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